
a:link {
	color:blue;
	text-decoration:underline;
}
a:visited {
	color:purple;
}
a:active {
	color:red;
}